home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJLSR200.ZIP / src / libc / posix / regex / debug.ih < prev    next >
Encoding:
Text File  |  1995-06-13  |  335 b   |  15 lines

  1. /* ========= begin header generated by ./mkh ========= */
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5.  
  6. /* === debug.c === */
  7. void regprint  (regex_t *r, FILE *d);
  8. static void s_print  (register struct re_guts *g, FILE *d);
  9. static char *regchar  (int ch);
  10.  
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. /* ========= end header generated by ./mkh ========= */
  15.